Skip to content

)}

SchedulerQueue.Enqueue(ScheduledItem) method

Defined in

Type: SchedulerQueue Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void Enqueue(ScheduledItem<TAbsolute> scheduledItem)

Summary: Enqueues the specified work item to be scheduled.

Parameters

NameTypeDescription
scheduledItem[ScheduledItem](#Work item to be scheduled.